From: Chong Yidong Date: Tue, 28 Apr 2009 04:02:57 +0000 (+0000) Subject: Change arg name to make it clear that it's ignored. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~727 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=22c9d31dbc11a0cbd7feb3aba615a99145e57271;p=emacs.git Change arg name to make it clear that it's ignored. --- diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el index 99e1430c571..66f128a2e83 100644 --- a/lisp/ansi-color.el +++ b/lisp/ansi-color.el @@ -194,7 +194,7 @@ in shell buffers. You set this variable by calling one of: (setq ansi-color-for-comint-mode 'filter)) ;;;###autoload -(defun ansi-color-process-output (string) +(defun ansi-color-process-output (ignored) "Maybe translate SGR control sequences of comint output into text-properties. Depending on variable `ansi-color-for-comint-mode' the comint output is